other detectors meaning in Chinese
其他检光元件
其它检光组件
Examples
- They do this by comparing their data to data from other detectors
他们会使用其他专业的检测仪器分析这类数据。 - As the microbolometer which is voltage biased express some characters different from other infrared detectors under the effect of electric heat and infrared radiation together , the computing method of parameters , such as responsivity , noise , noise equivalent temperature different ( netd ) , noise equivalent power ( nep ) , optical gain , detectivity and so on is given in this paper . some of these parameters are particular compared with other detectors , and some have difference between microbolometer and other detectors
由于微测辐射热计在施加偏置电压的情况下,电热效应与红外辐射的共同作用使它表现出与其他红外探测器完全不同的一些特征,文中给出了响应率、噪声、噪声等效功率、噪声等效温差、光学增益、探测率等参数的计算方法,这些参数中的部分是微测辐射热计独有的,或者与其他的红外探测器的同一参数有所区别。 - It realizes the functions of storing and transferring the information of fire alarm , displaying time , scanning keyboards , the safe maintenance of system and so on . the part of wireless communication is controlled by at89c2051 mcu , mainly realizing transmitting and receiving data between controller and other detectors . the external signals received by a wireless module are transmitted to mcu through shaping circuit , and the signals of mcu are transmitted by a wireless module through tone modulation circuit
人机交互部分以单片机c8051f020为核心,为用户提供一个良好的操作环境,实现了火灾报警信息的存储及调用、时间的显示、键盘的扫描、系统的安全维护等功能;无线通信部分由单片机at89c2051来控制,主要实现控制器与其它探测装置之间信号的无线发射和接收,无线通讯模块接收到的外部信号经过整形电路送入单片机,单片机发出的信号经过音频调制再由无线通讯模块发送出去,这样实现了数据的无线传输;本文还从节能的角度出发,兼顾性能的可靠性,提出了一种合理的无线火灾报警的信息传输模式。 - In addition to inconsistent synchronization , a number of other detectors for common threading errors are included , such as waiting on a monitor with two locks held which , while not necessarily a bug , could cause a deadlock , using the double - checked locking idiom , incorrect lazy initialization of nonvolatile fields , invoking
除了inconsistent synchronization之外, findbugs还包含其他很多用于检测常见线程错误的检测器,如在加锁两次的情况下等待监视器(这虽然不一定是bug ,但是可能导致死锁) ,使用双检测加锁模式,不正确地初始化非易失性的域,对线程调用